Unlike a pointer, once a reference is bound to an object, it can NOT be 'reseated' to another object. The reference itself isn't an object; you can't separate the reference from the referred-to-object. Ex: '&ref' is the address of the referred-to-object, not of the reference itself.